home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / game / misc / Quest.lha / Quest / INSTALL < prev    next >
Text File  |  1999-01-28  |  1KB  |  44 lines

  1. Installation of Quest/Linux/Irix/Amiga
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Note1: The binary package of Quest/Linux/Alpha does _not_ contain any version
  5.        that runs on SVGALib. If you want to test this out get and try the
  6.        source code version.
  7.  
  8. Note2: The Amiga port is a beta version and only available as source code.
  9.        Ask Sven Thoennissen (svent@pool.informatik.rwth-aachen.de) or take
  10.        a look at Aminet for precompiled versions.
  11.  
  12.  
  13.  
  14. 1. Edit Makefile.cfg to set the global quest library path.
  15.  
  16.  
  17. 2. If you've downloaded the source code version first type
  18.  
  19.     make depend
  20.  
  21.    and then
  22.  
  23.     make install
  24.  
  25.    This will automatically compile Quest/Linux and install all necessary
  26.    files in the global quest library path and the executable in
  27.    /usr/local/bin.
  28.  
  29.    If you downloaded the binary version just type
  30.  
  31.     make install
  32.  
  33.    This will install all necessary quest library files in the quest library
  34.    path and the executable in /usr/local/bin.
  35.  
  36.    Note: if you have the binary version and changed the library path from its
  37.    default value you will need to set the environment variable QUESTLIBDIR to
  38.    the new value.
  39.  
  40.  
  41. 3. (optional) Type
  42.  
  43.     make install-idtools
  44.